Data Analysis with R by Tony Fischetti
Author:Tony Fischetti [Fischetti, Tony]
Language: eng
Format: epub
Publisher: Packt Publishing
Published: 2015-12-21T23:00:00+00:00
Consequently, the equations describing our predictive model are:
Meaning that the is the mean of weight lost in the control group, is the difference in the weight lost between control and diet only group, and is the difference in the weight lost between the control and the diet and exercise group.
> # the dataset is in the car package > library(car) > model <- lm(wl2 ~ factor(group), data=WeightLoss) > summary(model) Call: lm(formula = wl2 ~ factor(group), data = WeightLoss) Residuals: Min 1Q Median 3Q Max -2.100 -1.054 -0.100 0.900 2.900 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) 3.3333 0.3756 8.874 5.12e-10 *** factor(group)Diet 0.5833 0.5312 1.098 0.281 factor(group)DietEx 2.7667 0.5571 4.966 2.37e-05 *** --- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 Residual standard error: 1.301 on 31 degrees of freedom Multiple R-squared: 0.4632, Adjusted R-squared: 0.4285 F-statistic: 13.37 on 2 and 31 DF, p-value: 6.494e-05
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8309)
Azure Data and AI Architect Handbook by Olivier Mertens & Breght Van Baelen(6802)
Building Statistical Models in Python by Huy Hoang Nguyen & Paul N Adams & Stuart J Miller(6777)
Serverless Machine Learning with Amazon Redshift ML by Debu Panda & Phil Bates & Bhanu Pittampally & Sumeet Joshi(6666)
Data Wrangling on AWS by Navnit Shukla | Sankar M | Sam Palani(6450)
Driving Data Quality with Data Contracts by Andrew Jones(6394)
Machine Learning Model Serving Patterns and Best Practices by Md Johirul Islam(6151)
Learning SQL by Alan Beaulieu(6004)
Weapons of Math Destruction by Cathy O'Neil(5795)
Big Data Analysis with Python by Ivan Marin(5394)
Data Engineering with dbt by Roberto Zagni(4400)
Solidity Programming Essentials by Ritesh Modi(4048)
Time Series Analysis with Python Cookbook by Tarek A. Atwan(3907)
Pandas Cookbook by Theodore Petrou(3610)
Blockchain Basics by Daniel Drescher(3306)
Hands-On Machine Learning for Algorithmic Trading by Stefan Jansen(2914)
Feature Store for Machine Learning by Jayanth Kumar M J(2820)
Learn T-SQL Querying by Pam Lahoud & Pedro Lopes(2803)
Mastering Python for Finance by Unknown(2748)
